crypto/tls.certificateRequestMsg.hasSignatureAlgorithm (field)
7 uses
crypto/tls (current package)
conn.go#L1150: hasSignatureAlgorithm: c.vers >= VersionTLS12,
handshake_client.go#L1230: if !certReq.hasSignatureAlgorithm {
handshake_messages.go#L1717: hasSignatureAlgorithm bool
handshake_messages.go#L1733: if m.hasSignatureAlgorithm {
handshake_messages.go#L1748: if m.hasSignatureAlgorithm {
handshake_messages.go#L1797: if m.hasSignatureAlgorithm {
handshake_server.go#L656: certReq.hasSignatureAlgorithm = true
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)